home *** CD-ROM | disk | FTP | other *** search
/ SOHO - Exploring the Sun - 2003 Update / SOHO - Exploring the Sun - 2003 Update.iso / pc / data / macstart.dcr / 00027.ls < prev    next >
Encoding:
Text File  |  2003-02-25  |  200 b   |  12 lines

  1. on exitFrame
  2.   set none to 1
  3.   if rollOver(6) then
  4.     set none to 0
  5.     set the locV of sprite 40 to 364
  6.   end if
  7.   if none = 1 then
  8.     set the locV of sprite 40 to 520
  9.   end if
  10.   go(the frame)
  11. end
  12.